[introspection] Do not parse private sources
authorJohan Dahlin <johan@gnome.org>
Sat, 18 Sep 2010 16:41:30 +0000 (13:41 -0300)
committerJohan Dahlin <johan@gnome.org>
Sat, 18 Sep 2010 16:43:00 +0000 (13:43 -0300)
Private sources include private headers which we may not be able
to parse properly since some of them use unsupported syntax such
as objective-c.

gtk/Makefile.am

index 389d7f76a4051151792ca943cfa5c066f0716537..15397d36715a48d3dcf12517901fd08360010a91 100644 (file)
@@ -901,7 +901,7 @@ LDADDS =                                                            \
 if HAVE_INTROSPECTION
 introspection_files = \
     $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
-    $(gtk_all_c_sources) \
+    $(gtk_base_c_sources) \
     gtktypebuiltins.h \
     gtktypebuiltins.c